projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad3f5d
)
* lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)
author
Stefan Kangas
<stefankangas@gmail.com>
Mon, 1 Jul 2019 06:45:24 +0000
(08:45 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 13 Sep 2019 18:51:06 +0000
(20:51 +0200)
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index fb29bd2be4fbaeb562b4d43588e9dc3c94d568e9..efc0b8ffa9eeaa9f85a633a8c13157288176c0f3 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-59,7
+59,7
@@
["Next Topic" help-go-forward
:help "Go back to next topic in this help buffer"]
["Move to Previous Button" backward-button
- :help "Move to the
Next
Button in the help buffer"]
+ :help "Move to the
Previous
Button in the help buffer"]
["Move to Next Button" forward-button
:help "Move to the Next Button in the help buffer"]))